Versions:
dbc is a command-line utility developed by Columnar that streamlines the installation, upgrade, and removal of ADBC (Arrow Database Connectivity) drivers across Windows environments. Designed for data engineers, analysts, and developers who rely on the Apache Arrow ecosystem, the tool eliminates the manual steps traditionally required to locate, download, and configure vendor-specific drivers for PostgreSQL, SQLite, Snowflake, BigQuery, and other Arrow-enabled databases. By exposing a concise set of sub-commands—install, list, update, and remove—dbc maintains a local driver registry that can be queried or scripted, ensuring that batch processes, CI pipelines, and interactive analytics workflows always reference the correct driver version. The 0.2.0 release, the third public iteration since the project’s debut, introduces stricter semantic-version pinning and improved proxy support for enterprise firewalls, while remaining fully backward-compatible with configurations created by earlier 0.1.x builds. Because the executable is portable and requires no elevated privileges, it can be dropped into containers, virtual environments, or shared network folders without altering system-wide settings. Typical use cases include spinning up reproducible analytical sandboxes, synchronizing driver versions among team members, and automating overnight ETL jobs that connect to multiple Arrow-compliant endpoints. As a lightweight systems tool, dbc occupies the Database Software category and is distributed under an open-source license that permits commercial and private use. The software is available for free on get.nero.com, with downloads provided via trusted Windows package sources (e.g. winget), always delivering the latest version, and supporting batch installation of multiple applications.
Tags: